Click or drag to resize

PropertyTag Constructor (Int32, MapiPropertyType)

Initializes a new instance of the PropertyTag class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public PropertyTag(
	int tag,
	MapiPropertyType type
)

Parameters

tag
Type: SystemInt32
The tag.
type
Type: Independentsoft.ExchangeMapiPropertyType
The type.
See Also